Skip to content

Fix broken Wallet Connect URL#22

Open
Zentex1337 wants to merge 1 commit intomonad-developers:mainfrom
Zentex1337:fix/wallet-connect-url
Open

Fix broken Wallet Connect URL#22
Zentex1337 wants to merge 1 commit intomonad-developers:mainfrom
Zentex1337:fix/wallet-connect-url

Conversation

@Zentex1337
Copy link

Summary

  • Fixed a broken URL in the Wallet Connect section where two URLs were accidentally concatenated together
  • The original link https://docs.reown.com/appkit/features/telegram-mini-appshttps://t.me/appkit_test_ggr_bot has been separated into two proper links:

Test plan

  • Click on both links to verify they work correctly

@greptile-apps
Copy link

greptile-apps bot commented Feb 3, 2026

Greptile Overview

Greptile Summary

Fixed a broken URL in the Wallet Connect section where two URLs were concatenated together. The change separates the malformed link into two properly formatted markdown links: one for the Wallet Connect documentation and another for the AppKit Test Bot on Telegram.

  • Corrected URL formatting by splitting concatenated documentation and Telegram bot links
  • Improved link readability and usability

Confidence Score: 5/5

  • This PR is safe to merge with zero risk
  • Simple documentation fix that separates a concatenated URL into two properly formatted markdown links with no functional code changes
  • No files require special attention

Important Files Changed

Filename Overview
README.md Fixed concatenated URL by separating documentation and bot links into two proper markdown links

Sequence Diagram

sequenceDiagram
    participant Author as PR Author
    participant README as README.md
    participant User as Documentation User
    
    Author->>README: Identify concatenated URL issue
    Note over README: Original: https://docs.reown.com/.../telegram-mini-appshttps://t.me/...
    Author->>README: Separate into two distinct links
    README->>README: Line 68: [Wallet Connect for Telegram Mini Apps](https://docs.reown.com/appkit/features/telegram-mini-apps)
    README->>README: Line 69: [AppKit Test Bot](https://t.me/appkit_test_ggr_bot)
    User->>README: Click on documentation link
    README-->>User: Navigate to Reown docs
    User->>README: Click on bot link
    README-->>User: Navigate to Telegram bot
Loading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant